Skip to main content

All Questions

1vote
2answers
315views

Angular: updating view with value passed from directive to controller

Budding web developer here struggling with updating the view from my controller. I'm using highmaps and angular to build a neat selection tool for my web app. I've got a directive nested inside the ...
Chantelle Chan's user avatar
0votes
2answers
240views

How to put multiple HighChart in a page having different series value in different chart

app.controller("myCtrl", function($scope) { $scope.perspectives = [{ title : 'Depression Remission at 12 Months CMS159v4', graphData: [34,2,5,5,2,1,10] }, { title : '...
Puja Singh's user avatar

close